delete
Remove a user from an organisation
{{protocol}}://{{url}}/{{version}}/organisations/:_key/members
Remove a user from the usergroup.
Authenticated. Permissions:
a
on the usergoup.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | domain |
Body
{
"userKey": "{{meKey}}"
}
Add user in organisation
Previous